SET DISPLAY MODE
This command will set the screen display mode if it is available on the current graphics card. If this command fails, it will only generate a runtime warning in the CLI. A final EXE produced with this command will not cause your program to fail on machines that do not support the resolution. It is recommended, however, that you check the availability of the display mode before using this command. You can use the CHECK DISPLAY MODE() command to see whether the display mode is supported.

SYNTAX
SET DISPLAY MODE Width, Height, Depth

RELATED INFO
DISPLAY Commands Menu
Index

EXAMPLE
View Showcase Example
View Usage Example